home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-691.nasl < prev    next >
Text File  |  2005-03-31  |  2KB  |  58 lines

  1. # This script was automatically generated from the dsa-691
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Several vulnerabilities have been discovered in abuse, the SDL port of
  12. the Abuse action game.  The Common Vulnerabilities and Exposures
  13. project identifies the following problems:
  14.     Erik Sj÷lund discovered several buffer overflows in the command line
  15.     handling, which could lead to the execution of arbitrary code with
  16.     elevated privileges since it is installed setuid root.
  17.     Steve Kemp discovered that abuse creates some files without
  18.     dropping privileges first, which may lead to the creation and
  19.     overwriting of arbitrary files.
  20. For the stable distribution (woody) these problems have been fixed in
  21. version 2.00+-3woody4.
  22. The unstable distribution (sid) does not contain an abuse package anymore.
  23. We recommend that you upgrade your abuse package.
  24.  
  25.  
  26. Solution : http://www.debian.org/security/2005/dsa-691
  27. Risk factor : High';
  28.  
  29. if (description) {
  30.  script_id(17286);
  31.  script_version("$Revision: 1.2 $");
  32.  script_xref(name: "DSA", value: "691");
  33.  script_cve_id("CAN-2005-0098", "CAN-2005-0099");
  34.  
  35.  script_description(english: desc);
  36.  script_copyright(english: "This script is (C) 2005 Michel Arboi");
  37.  script_name(english: "[DSA691] DSA-691-1 abuse");
  38.  script_category(ACT_GATHER_INFO);
  39.  script_family(english: "Debian Local Security Checks");
  40.  script_dependencies("ssh_get_info.nasl");
  41.  script_require_keys("Host/Debian/dpkg-l");
  42.  script_summary(english: "DSA-691-1 abuse");
  43.  exit(0);
  44. }
  45.  
  46. include("debian_package.inc");
  47.  
  48. w = 0;
  49. if (deb_check(prefix: 'abuse', release: '3.0', reference: '2.00+-3woody4')) {
  50.  w ++;
  51.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package abuse is vulnerable in Debian 3.0.\nUpgrade to abuse_2.00+-3woody4\n');
  52. }
  53. if (deb_check(prefix: 'abuse', release: '3.0', reference: '2.00+-3woody4')) {
  54.  w ++;
  55.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package abuse is vulnerable in Debian woody.\nUpgrade to abuse_2.00+-3woody4\n');
  56. }
  57. if (w) { security_hole(port: 0, data: desc); }
  58.